RecurrencePattern Class

Class RecurrencePattern.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class RecurrencePattern
Inheritance
Object    RecurrencePattern

Constructors

RecurrencePattern Initializes a new instance of the RecurrencePattern class.
RecurrencePattern(Byte) Initializes a new instance of the RecurrencePattern class.

Properties

CalendarType Gets the type of the calendar.
DayOfMonth Gets the day of month.
DayOfWeek Gets the day of week.
DayOfWeekIndex Gets the index of the day of week.
DeletedInstanceCount Gets the deleted instance count.
DeletedInstanceDates Gets the deleted instance dates.
EndDate Gets the end date.
EndType Gets the end type.
FirstDayOfWeek Gets the first day of week.
Frequency Gets the frequency.
ModifiedInstanceCount Gets the modified instance count.
ModifiedInstanceDates Gets the modified instance dates.
OccurenceCount Gets the occurence count.
Period Gets the period.
StartDate Gets the start date.
Type Gets the type.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also